﻿2026-06-15T15:04:39.8411892Z ##[group]Run actions/checkout@v6
2026-06-15T15:04:39.8412760Z with:
2026-06-15T15:04:39.8413179Z   ref: master
2026-06-15T15:04:39.8413600Z   lfs: true
2026-06-15T15:04:39.8414025Z   repository: yorvana/android
2026-06-15T15:04:39.8418860Z   token: ***
2026-06-15T15:04:39.8419303Z   ssh-strict: true
2026-06-15T15:04:39.8419752Z   ssh-user: git
2026-06-15T15:04:39.8420368Z   persist-credentials: true
2026-06-15T15:04:39.8420858Z   clean: true
2026-06-15T15:04:39.8421304Z   sparse-checkout-cone-mode: true
2026-06-15T15:04:39.8421825Z   fetch-depth: 1
2026-06-15T15:04:39.8422257Z   fetch-tags: false
2026-06-15T15:04:39.8422702Z   show-progress: true
2026-06-15T15:04:39.8423161Z   submodules: false
2026-06-15T15:04:39.8423616Z   set-safe-directory: true
2026-06-15T15:04:39.8424285Z ##[endgroup]
2026-06-15T15:04:39.9525496Z Syncing repository: yorvana/android
2026-06-15T15:04:39.9527921Z ##[group]Getting Git version info
2026-06-15T15:04:39.9529141Z Working directory is '/home/runner/work/android/android'
2026-06-15T15:04:39.9530960Z [command]/usr/bin/git version
2026-06-15T15:04:40.5210532Z git version 2.54.0
2026-06-15T15:04:40.5249823Z [command]/usr/bin/git lfs version
2026-06-15T15:04:40.5858872Z git-lfs/3.7.1 (GitHub; linux amd64; go 1.24.4)
2026-06-15T15:04:40.5872341Z ##[endgroup]
2026-06-15T15:04:40.5891587Z Temporarily overriding HOME='/home/runner/work/_temp/e082b2f9-4d03-49fa-aba1-663cc8f68026' before making global git config changes
2026-06-15T15:04:40.5895519Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T15:04:40.5901025Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/android/android
2026-06-15T15:04:40.5964268Z Deleting the contents of '/home/runner/work/android/android'
2026-06-15T15:04:40.5970923Z ##[group]Determining repository object format
2026-06-15T15:04:40.7700855Z ##[endgroup]
2026-06-15T15:04:40.7707647Z ##[group]Initializing the repository
2026-06-15T15:04:40.7711221Z [command]/usr/bin/git init /home/runner/work/android/android
2026-06-15T15:04:40.7829073Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-15T15:04:40.7853095Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-06-15T15:04:40.7857052Z hint: to use in all of your new repositories, which will suppress this warning,
2026-06-15T15:04:40.7860387Z hint: call:
2026-06-15T15:04:40.7881351Z hint:
2026-06-15T15:04:40.7898452Z hint: 	git config --global init.defaultBranch <name>
2026-06-15T15:04:40.7905789Z hint:
2026-06-15T15:04:40.7921958Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-15T15:04:40.7931425Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-15T15:04:40.7941642Z hint:
2026-06-15T15:04:40.7943560Z hint: 	git branch -m <name>
2026-06-15T15:04:40.7945671Z hint:
2026-06-15T15:04:40.7948386Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-06-15T15:04:40.7972249Z Initialized empty Git repository in /home/runner/work/android/android/.git/
2026-06-15T15:04:40.7990381Z [command]/usr/bin/git remote add origin https://github.com/yorvana/android
2026-06-15T15:04:40.7997081Z ##[endgroup]
2026-06-15T15:04:40.8000220Z ##[group]Disabling automatic garbage collection
2026-06-15T15:04:40.8024840Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T15:04:40.8043970Z ##[endgroup]
2026-06-15T15:04:40.8062406Z ##[group]Setting up auth
2026-06-15T15:04:40.8081318Z Removing SSH command configuration
2026-06-15T15:04:40.8102017Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T15:04:40.8134590Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T15:04:40.8402051Z Removing HTTP extra header
2026-06-15T15:04:40.8409381Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T15:04:40.8460974Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T15:04:40.8729494Z Removing includeIf entries pointing to credentials config files
2026-06-15T15:04:40.8736292Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T15:04:40.8785234Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T15:04:40.9057659Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-5fe2655a-191a-4f3a-a186-af46343de610.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T15:04:40.9095571Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git.path /home/runner/work/_temp/git-credentials-5fe2655a-191a-4f3a-a186-af46343de610.config
2026-06-15T15:04:40.9151830Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-5fe2655a-191a-4f3a-a186-af46343de610.config
2026-06-15T15:04:40.9197218Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-5fe2655a-191a-4f3a-a186-af46343de610.config
2026-06-15T15:04:40.9235451Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-5fe2655a-191a-4f3a-a186-af46343de610.config
2026-06-15T15:04:40.9272473Z ##[endgroup]
2026-06-15T15:04:40.9275231Z [command]/usr/bin/git lfs install --local
2026-06-15T15:04:40.9685710Z Updated Git hooks.
2026-06-15T15:04:40.9693494Z Git LFS initialized.
2026-06-15T15:04:40.9722843Z ##[group]Fetching the repository
2026-06-15T15:04:40.9729012Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/master*:refs/remotes/origin/master* +refs/tags/master*:refs/tags/master*
2026-06-15T15:04:41.5126741Z From https://github.com/yorvana/android
2026-06-15T15:04:41.5134428Z  * [new branch]      master     -> origin/master
2026-06-15T15:04:41.5182116Z ##[endgroup]
2026-06-15T15:04:41.5183206Z ##[group]Determining the checkout info
2026-06-15T15:04:41.5184180Z [command]/usr/bin/git branch --list --remote origin/master
2026-06-15T15:04:41.5209670Z   origin/master
2026-06-15T15:04:41.5223843Z ##[endgroup]
2026-06-15T15:04:41.5225318Z ##[group]Fetching LFS objects
2026-06-15T15:04:41.5226347Z [command]/usr/bin/git lfs fetch origin refs/remotes/origin/master
2026-06-15T15:04:41.5476349Z Fetching reference refs/remotes/origin/master
2026-06-15T15:04:41.5734985Z ##[endgroup]
2026-06-15T15:04:41.5736213Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T15:04:41.5791393Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T15:04:41.5842588Z ##[group]Checking out the ref
2026-06-15T15:04:41.5844387Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master
2026-06-15T15:04:41.6592182Z Reset branch 'master'
2026-06-15T15:04:41.6606851Z branch 'master' set up to track 'origin/master'.
2026-06-15T15:04:41.6918886Z Encountered 1 file that should have been a pointer, but wasn't:
2026-06-15T15:04:41.6920884Z 	app/coverage-baselines/gmd_smoke.ec
2026-06-15T15:04:41.6961616Z ##[endgroup]
2026-06-15T15:04:41.7069084Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T15:04:41.7111084Z 3443923e1a2a6ace919b44af3a3f749e317e6bac
